
@font-face {
    font-family: 'MySourceHanSansCN';
    src:url('../font/SourceHanSansCN-Normal.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family:fz;
    display: block;
    overflow-x: hidden;
}

a,
a:hover,
a:focus input,
select,
* {
    outline: none;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

img {
    width: 100%;
    height: 100%;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.mode {
    width: 90%; /**1400px*/
    margin: 0 auto;
}

.modeOMove{
    opacity: 1!important;
    transform: translateY(0)!important;
    transition-duration: 1s;
}

.modeTMove{
    opacity: 1!important;
    transform: translateY(0)!important;
}

.g_fadeup1 {
    -webkit-animation: fadeInUpBig 1s ease both;
    animation: fadeInUpBig 1s ease both;
    animation-delay: 0.2s;
}

.g_fadeup2 {
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.1s;
}

#nb_icon_wrap {
    bottom: 10vh !important;
    display: none !important;
}

/*====================在线咨询控件样式 start======================*/
.header_fix_box {
    position: fixed;
    background: #F5F6F7;
    border-radius: 4px;
    width: 66px;
    right: 0;
    top: 50%;
    z-index: 4;
    transition: all 0.4s ease-out;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%);
}

.header_fix_box .right_li {
    display: inline-block;
    cursor: pointer;
}

.header_fix_box .right_li .img {
    width: 30px;
    height: 30px;
    margin: 18px 18px 0px 20px;
}

.header_fix_box .bottom_redius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.header_fix_box .top_redius {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.header_fix_box .consult_fix .img {
    background: url(../image/right_fix/consult.png) no-repeat;
    background-size: 100% 100%;
}

.header_fix_box .consult_fix:hover .img {
    background: url(../image/right_fix/consult_hover.png) no-repeat;
}

.header_fix_box .consult_fix:hover .text,
.header_fix_box .apply_fix:hover .text {
    color: #ffffff;
}

.header_fix_box .apply_fix .img {
    background: url(../image/right_fix/apply.png) no-repeat;
    background-size: 100% 100%;
}

.header_fix_box .apply_fix:hover .img {
    background: url(../image/right_fix/apply_hover.png) no-repeat;
}

.header_fix_box .top_fix .img {
    width: 34px;
    height: 20px;
    background: url(../image/right_fix/top.png) no-repeat;
    background-size: 100% 100%;
    margin: 16px 17px;
}

.header_fix_box .top_fix:hover .img {
    background: url(../image/right_fix/top_hover.png) no-repeat;
}

.header_fix_box .right_li .text {
    text-align: center;
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #115BAA;
    line-height: 25px;
}

.header_fix_box .header_fix_box .right_li {
    border-bottom: 1px solid #dfe5eb;
}

.header_fix_box .right_li:last-child {
    border-bottom: 0px solid #dfe5eb;
}

.header_fix_box .right_li:hover {
    background: linear-gradient(-45deg, #00AAED 0%, #006BDD 100%);
}
/*====================在线咨询控件样式 end======================*/


/*====================申请免费试用样式 start======================*/
.applyTrial_dialog {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.applyTrial_dialog .applyTrial_con {
    position: absolute;
    left: calc(50% - 225px);
    top: calc(50% - 292px);
    width: 450px;
    height: 575px;
    background: #FFFFFF;
    border-radius: 8px;
}

.applyTrial_dialog .applyTrial_con .close_btn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    margin: 20px;
    cursor: pointer;
}

.applyTrial_dialog .applyTrial_content {
    padding: 48px 65px;
}

.applyTrial_dialog .applyTrial_content .at_content_title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.applyTrial_dialog .applyTrial_content .at_content_input {
    margin-top: 15px;
}

.applyTrial_dialog .at_content_input .at_input_title {
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.applyTrial_dialog .at_content_input .at_input_ipt {
    width: 100%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    background: #ffffff;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    text-indent: 10px;
}

.applyTrial_dialog .applyTrial_content .at_content_submit {
    margin-top: 40px;
    height: 48px;
    line-height: 48px;
    background: #4487E7;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
/*====================申请免费试用样式 end======================*/

@media screen and (max-width:450px) {
    .mode {
        width: 100%!important;
        margin: 0;
    }

    #nb_icon_wrap {
        display: block !important;
    }

    .cloudCard .cloud:hover img {
        transform: scale(1);
    }

    .cloudCard .cloud:hover .bot_content {
        background: rgba(238, 238, 238, 1);
        color: #333;
    }

    .row_line:hover .txt {
        color: #014099;
        border-bottom: none;
    }

    .dynamic .le_show_card:hover .txt {
        color: #014099;
        border-bottom: none;
    }

    .mod_seven {
        padding-bottom: 0;
    }

    .apply_mode .figure img {
        display: none;
    }

    .navigar_head {
        display: none;
    }

    .apply_mode .figure .info_box {
        margin: 0;
        position: relative;
    }

    .applyTrial_dialog .applyTrial_con {
        left: calc(50% - 188px);
        width: 375px;
    }

    .apply_mode {
        width: calc(100% - 52px);
        height: 221px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
        margin: 0 26px 40px;
    }

    .apply_mode .le_apply {
        width: calc(100% - 34px);
        margin: 0 17px;
    }

    .apply_mode a {
        width: 100%;
    }

    .apply_mode .figure {
        height: 73px !important;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #D4D4D4;
    }

    .apply_mode .le_apply .figure1 {
        width: 100%;
        background: none;
    }

    .apply_mode .le_apply .figure2 {
        display: none;
        width: 100%;
    }

    .apply_mode .rg_apply .figure3 {
        width: 100%;
        display: none;
    }

    .dynamic .le_show_card {
        width: 100%;
        margin-right: 0px;
    }

    .figure .title {
        color: #333;
    }

    .figure .info_box {
        margin: 0;
        width: 100%;
    }

    .figure .detail_btn {
        display: none;
    }

    .figure .title {
        margin: 0;
        line-height: 73px;
        font-size: 18px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .apply_mode .rg_apply .figure4 {
        width: 100%;
        background: none;
    }

    .apply_mode .rg_apply {
        width: calc(100% - 34px);
        margin: 0 17px;
        float: left;
    }

    .apply_mode .rg_apply .figure5 {
        width: 100%;
        background: none;
        border-bottom: none;
    }

    .figure:hover .title {
        text-decoration: none;
    }

    .figure .title .heng {
        display: inline-block;
        float: left;
        width: 8px;
        height: 2px;
        background: rgba(119, 119, 119, 1);
        margin: 35px 11px 35px 0;
    }

    .enter-eco {
        display: inline-block;
        float: right;
        width: 14px;
        height: 15px;
        background: url(../image/right.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 29px;
    }

    .navbar-inner .inner-container {
        width: 100% !important;
    }

    .header_fix_box {
        display: none;
    }

    .classic {
        height: 332px;
    }

    .classic .swiper-slide {
        width: 100% !important;
    }

    .classic .cls_bg {
        width: 100% !important;
    }

    .classic .swiper-container {
        height: 332px;
    }

    .classic .cls_bg {
        height: 100%;
    }

    .classic .classic_button {
        width: 35px;
        height: 35px;
        z-index: 10;
        display: none;
    }

    .classic .classic-button-prev {
        left: 8px;
        top: -178px;
    }

    .classic .classic-button-next {
        right: 8px;
        top: -178px;
    }

    .classic .classic-button-prev:hover {
        background: url('../image/grayleft.png') no-repeat;
        background-size: 100% 100%;
    }

    .classic .classic-button-next:hover {
        background: url('../image/grayright.png') no-repeat;
        background-size: 100% 100%;
    }

    #classicSwiper .classbox {
        padding: 45px 54px;
    }

    #classicSwiper .classbox .title span {
        display: none;
    }

    #classicSwiper .classbox .title {
        font-size: 24px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        margin-bottom: 23px;
    }

    #classicSwiper .classbox .content {
        font-size: 13px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 21px;
    }

    .cloudCard {
        width: calc(100% - 52px);
        margin: 0 26px 32px;
    }

    .cloudCard .cloud {
        width: calc((100% - 19px)/2);
        margin-right: 19px;
        height: auto;
        margin-bottom: 23px;
    }

    .cloudCard .cloud .top_img {
        width: 100%;
        height: 93px;
    }

    .cloudCard .cloud:nth-child(2n) {
        margin-right: 0;
    }

    .cloudCard .cloud .bot_content {
        height: 53px;
        font-size: 17px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 53px;
    }

    .cloudCard .cloud:hover .bot_content {
        background: rgba(238, 238, 238, 1);
        color: #333;
    }

    .mod_six {
        background: rgba(238, 238, 238, 1);
        height: 610px;
    }

    .expo .le_info {
        width: 100%;
    }
    
    .expo .swiper-container {
        overflow: visible;
    }

    .expo .rg_img {
        width: 255px;
        height: 177px;
        float: left;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .expo .le_info .title span {
        display: none;
    }

    .expo .le_info .title {
        width: 100%;
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .expo .content p {
        font-size: 17px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        margin-bottom: 0;
    }

    .expo .le_info {
        padding: 40px 47px 39px;
        height: auto;
        float: right;
        margin-top: 0;
        position: relative;
        top: 177px;
    }

    .expo-swiper-pagination {
        margin-top: 136px;
    }

    .le_show_card .show_img {
        display: none;
    }

    .dynamic .le_show_card {
        height: auto;
        box-shadow: none;
    }

    .le_show_card .show_content {
        display: inline-block;
        height: auto;
        padding: 0;
    }

    .le_show_card .show_mes .time {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: rgba(119, 119, 119, 1);
        line-height: 3px;
        margin-bottom: 3px;
    }

    .le_show_card .show_mes .txt {
        max-width: 100%;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
        overflow: auto;
        text-overflow: inherit;
        white-space: normal;
        word-break: normal;
        display: unset;
    }

    .dynamic .le_show_card:hover .txt {
        color: rgba(51, 51, 51, 1);
        border-bottom: none;
    }

    .le_show_card .show_mes {
        margin: 40px 0 0;
        padding: 0 26px;
    }

    .le_show_card .show_mes:first-child {
        margin: 50px 0 0;
        padding-top: 20px;
    }

    .rg_show_card {
        width: auto;
    }

    .row_line .time {
        display: initial;
        font-size: 14px;
        font-weight: 400;
        color: rgba(119, 119, 119, 1);
        line-height: 3px;
        margin: 0 0 6px 0;
    }

    .row_line .dot {
        display: none;
    }

    .row_line .txt {
        max-width: 100%;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
        overflow: auto;
        text-overflow: inherit;
        white-space: normal;
        word-break: normal;
        display: unset;
    }

    .rg_show_card .row_line {
        height: auto;
        padding: 0 26px;
        margin-bottom: 48px;
    }

    .right-eco {
        width: 30px;
        height: 24px;
        background: rgba(119, 119, 119, 1);
        background: url(../image/arrow_r.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        position: relative;
        top: 5px;
        left: 10px;
    }
}